home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2000 February / february_2000.iso / site building / GoLive 4.0 Tryout / data1.cab / Apps / Modules / JScripts / Actions / Image / Preload Image.action next >
Encoding:
Text File  |  1999-08-05  |  2.6 KB  |  66 lines

  1. <html>
  2.  
  3.     <head>
  4.         <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
  5.         <meta name="generator" content="Adobe GoLive 4">
  6.         <title>Preload Image Action</title>
  7.     </head>
  8.  
  9.     <body bgcolor="white">
  10.         <center>
  11.             <font size="6">Preload Image Action</font><font>
  12.             <hr>
  13.             </font></center>
  14.         <p>
  15.         <csactionclass name="Preload Image" function="CSPreloadImage" nsversion="3" ieversion="4"> </p>
  16.         <p>
  17.         <csactionparam name="link" type="GLActionURLParam"></p>
  18.         <p></csactionclass>
  19.          </p>
  20.         <p> </p>
  21.         <p>Preload Image
  22.         <script language="JavaScript1.2" cyberversion="N1.2"><!--
  23. CSImages=new Array();
  24. function CSPreloadImage(action) {
  25.     if (document.images) { CSImages[CSImages.length]=new Image(); CSImages[CSImages.length-1].src=action[1]; }
  26. }
  27. // -->
  28.         </script>
  29.          </p>
  30.         <p> </p>
  31.         <p>
  32.         <table cool width="253" height="153" border="0" cellpadding="0" cellspacing="0" gridx="16" showgridx gridy="16" showgridy bgcolor="#eeeeee">
  33.             <tr height="1" cntrlrow>
  34.                 <td width="1" height="1"><spacer type="block" width="1" height="1"></td>
  35.                 <td width="8" height="1"><spacer type="block" width="8" height="1"></td>
  36.                 <td width="40" height="1"><spacer type="block" width="40" height="1"></td>
  37.                 <td width="202" height="1"><spacer type="block" width="202" height="1"></td>
  38.             </tr>
  39.             <tr height="9">
  40.                 <td width="1" height="9"><spacer type="block" width="1" height="9"></td>
  41.                 <td width="8" height="9"><spacer type="block" width="8" height="9"></td>
  42.                 <td width="40" height="9"><spacer type="block" width="40" height="9"></td>
  43.                 <td width="202" height="9"><spacer type="block" width="202" height="9"></td>
  44.             </tr>
  45.             <tr height="4">
  46.                 <td width="1" height="4"><spacer type="block" width="1" height="4"></td>
  47.                 <td width="8" height="4"><spacer type="block" width="8" height="4"></td>
  48.                 <td width="40" height="4"><spacer type="block" width="40" height="4"></td>
  49.                 <td width="202" height="141" colspan="1" rowspan="2" valign="top" align="left" xpos="48">
  50.                     <csactioncntrl name="link" x="48" y="9" width="193" height="44" alignx="scale" aligny="top">
  51.                 </td>
  52.             </tr>
  53.             <tr height="137">
  54.                 <td width="1" height="137"><spacer type="block" width="1" height="137"></td>
  55.                 <td width="8" height="137"><spacer type="block" width="8" height="137"></td>
  56.                 <td width="40" height="137" colspan="1" rowspan="1" valign="top" align="left" xpos="8">
  57.                     <csactioncntrl type="StaticText" value="Link" x="8" y="13" width="35" height="16" alignx="left" aligny="top">
  58.                 </td>
  59.             </tr>
  60.         </table>
  61.         </p>
  62.         <p> 
  63.     </body>
  64.  
  65. </html>
  66.